home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / othergnu / texinf~1.zoo / texinfo.st / bin / info.man < prev    next >
Encoding:
Text File  |  1993-06-28  |  3.9 KB  |  130 lines

  1.  
  2. INFO(L)               ST Programmer's Manual              INFO(L)
  3.  
  4.  
  5.  
  6. NAME
  7.      info - display files formatted for use with with GNU info
  8.      facility.
  9.  
  10. SYNOPSIS
  11.      info [ --file <name> ] [ --directory <dir> ] [ --node <name>]
  12.      [ --output <name> ] [ --version ] [ -f <name> ] [ -d <dir>]
  13.      [ -n <name> ] [ -o <name> ] [ menu-selection ...  ]
  14.  
  15. DESCRIPTION
  16.      Info formatted files are meant mainly for an info mode of
  17.      GNU-emacs which gives simple hypertext-like capabilities for
  18.      displaying on-line sizeable documents.  Info provides most
  19.      of it in a stand-alone program.  Files used with info have
  20.      to be prepared either by emacs function texinfo-format-
  21.      buffer or by a companion makeinfo program.  An optional
  22.      argument `menu-selection' should be a name of one of menu
  23.      entries in the first displayed node.  For help in using info
  24.      see on-line help and info on-line tutorial.
  25.  
  26. OPTIONS
  27.      All option flags have both long and short forms and are fol-
  28.      lowed by value strings.
  29.  
  30.      --file <name>, -f <name>
  31.           show named file.  If this option is missing info will
  32.           try to start with a file named `dir'.  If full names
  33.           are not specified explicitely info tries to find files
  34.           to read along path which can be specified in an
  35.           environment variable INFOPATH.  See below.
  36.  
  37.      --directory <dir>, -d <dir>
  38.           explicitely specify path to search for info files.
  39.           Path format follows usual conventions for a specific
  40.           OS.
  41.  
  42.      --node <name>, -n <name>
  43.           start with a given node.
  44.  
  45.      --output <name>, -o <name>
  46.           write a contents of the current node to a named file
  47.           and exit.
  48.  
  49.      --version
  50.           print current version of info and exit.
  51.  
  52. COMMANDS
  53.      The following keyboard commands are available when using
  54.      info.
  55.  
  56.      q    quit Info.
  57.  
  58.      ?    show on-line help.
  59.  
  60.      h    invoke info tutorial.
  61.  
  62.      n    move to the `next' node of this node.
  63.  
  64.      p    move to the `previous' node of this node.
  65.  
  66.      u    move `up' from this node.
  67.  
  68.      m    pick menu item specified by name.  Picking a menu item
  69.           causes another node to be selected.
  70.  
  71.      f    follow a cross reference.  Reads name of reference.
  72.  
  73.      l    move to the last node you were at.
  74.  
  75.      d    move to the `directory' node.  Equivalent to `gDIR'.
  76.  
  77.      Space
  78.           scroll forward a page.
  79.  
  80.      DEL  scroll backward a page.
  81.  
  82.      b    go to the beginning of this node.
  83.  
  84.      1    pick first item in node's menu.
  85.  
  86.      2 - 5
  87.           pick second ... fifth item in node's menu.
  88.  
  89.      g    move to node specified by name.  You may include a
  90.           filename as well, as (FILENAME)NODENAME.
  91.  
  92.      (    read full node name in a form (FILENAME)NODENAME and
  93.           move to it.
  94.  
  95.      s    search through this Info file for a specified string,
  96.           and select the node in which the next occurrence is
  97.           found.
  98.  
  99.      Ctl-P
  100.           print the contents of this node
  101.  
  102. ENVIRONMENT VARIABLES
  103.      Info reads the following environment variables.  defined
  104.      system defaults are used.
  105.  
  106.      INFOPATH
  107.           path to search for info files to read. Option -d over-
  108.           rides this specification.
  109.  
  110.      INFO_PRINT_COMMAND
  111.           command to print nodes when `Ctl-P' key is used.
  112.  
  113.      Apart of that variables TERM and TERMCAP or TERMINFO will be
  114.      used in a usual manner in order to determine characteristics
  115.      of a display screen.  Info does not run if terminal capabil-
  116.      ities are not sufficient.
  117.  
  118. SEE ALSO
  119.      makeinfo(l), texindex(l)
  120.  
  121. BUGS
  122.      Continuation search works as long as search string is not
  123.      modified and other commands are not called between searches.
  124.      Otherwise search is restarted at the top of the current
  125.      node.
  126.  
  127.      Enough memory is needed to read entirely the biggest
  128.      displayed file.
  129.  
  130.